projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2576e77
)
(pong-init-buffer): Fill buffer with spaces instead of ^A.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Fri, 9 Jun 2006 14:21:31 +0000
(14:21 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Fri, 9 Jun 2006 14:21:31 +0000
(14:21 +0000)
lisp/play/pong.el
patch
|
blob
|
history
diff --git
a/lisp/play/pong.el
b/lisp/play/pong.el
index d73d789d0d38b33959d54d67939c3035026b1fef..4efa8c2a639d21e2775d5ccf87649bd09db469bb 100644
(file)
--- a/
lisp/play/pong.el
+++ b/
lisp/play/pong.el
@@
-244,7
+244,7
@@
(gamegrid-init-buffer pong-width
(+ 2 pong-height)
-
1
)
+
?\s
)
(let ((buffer-read-only nil))
(loop for y from 0 to (1- pong-height) do